CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough 检测 椭圆

搜索资源列表

  1. Hough-tuoyuan

    2下载:
  2. Hough检测直线,圆,椭圆的代码 其中椭圆是用matlab-Hough line detection, round, oval ellipse code which is used Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2537
    • 提供者:郭飞
  1. Hough check line, circle and ellipse

    0下载:
  2. check line, circle and ellipse region Hough检测直线,圆,椭圆的部分代码
  3. 所属分类:源码下载

    • 发布日期:2011-05-27
    • 文件大小:6128
    • 提供者:xingxing009
  1. houghecllipe.rar

    0下载:
  2. hough变换检测椭圆的程序 matlab程序,Detected ellipse hough transform procedure
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:622
    • 提供者:zcq
  1. hough-transform-ellipse.rar

    1下载:
  2. hough变换检测椭圆的程序 MATLAB程序,hough transform ellipse detection procedure MATLAB program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:691
    • 提供者:Ray
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:12263
    • 提供者:郑海珍
  1. Ellipse1

    1下载:
  2. 基于hough变换的快速椭圆检测方法,其中有边缘检测/平滑去噪等-hough ellipse edge
  3. 所属分类:GDI-Bitmap

    • 发布日期:2014-12-25
    • 文件大小:3905567
    • 提供者:ok
  1. hough-Matlab

    5下载:
  2. 利用Matlab编写的基于hough变换的椭圆检测程序,已经运行过的,附图-Written in Matlab, hough transform based ellipse detection procedure has been run off, with photos
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2590
    • 提供者:guixuzhen
  1. hough

    0下载:
  2. 基于hough变换的椭圆检测新方法,有改进,提高了运行效率-Hough transform based ellipse detection of new ways to improve and enhance the operating efficiency
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:171843
    • 提供者:Andy
  1. ellipse-detection-using-the-hough-transform

    0下载:
  2. ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler Department of Electronics and Electrical Engineering University of Surrey, Guildford。对霍夫变换检测检测椭圆的原理有一定的参考意义。-ellipse detection using the hough transform Autho
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2085495
    • 提供者:miaosiyi
  1. hough[matlab]

    0下载:
  2. hough变换检测椭圆的matlab程序-hough transform matlab ellipse detection procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:3501
    • 提供者:
  1. Detection-of-ellipses-by-a-modified-Hough-transfor

    0下载:
  2. 这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses requires too long a computing time. This correspondence proposes
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1918536
    • 提供者:华瑞娟
  1. houghEllipses

    0下载:
  2. 应用hough变换检测椭圆的代码,很方便。-Application of the ellipse hough transform detection code, and very convenient.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:968
    • 提供者:田慧
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. hough

    0下载:
  2. hough变换,把检测整体特性转化为检测局部特性,比如直线、椭圆、圆和弧线等-hough transform to detect the overall characteristics into the detection of local features, such as lines, ellipses, circles and arcs, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:44246
    • 提供者:豁辉
  1. hough--line

    1下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. hough--matlab-tuoyuan

    1下载:
  2. 不错的检测椭圆程序 只需要改一些参数即可运行-Good testing procedures only need to change some of the ellipse parameters to run
  3. 所属分类:matlab

    • 发布日期:2015-12-31
    • 文件大小:149504
    • 提供者:海盗1888船
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. hough

    0下载:
  2. 采用的是基于弦中点的hough变换椭圆检测算法,大家可以在百度上搜这篇论文,由于不是用的标准hough变换的算法,所以运行速度还不错-Used is based on the midpoint of the chord hough transform ellipse detection algorithm, we can search on Baidu paper, because the algorithm is not used in standard hough transform, so
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1220
    • 提供者:linyu
  1. hough-ellipse

    0下载:
  2. hough变换检测椭圆的MATLAB程序-hough detection codes to detect shapes in images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:695
    • 提供者:苏亚
  1. hough

    0下载:
  2. hough变换检测椭圆,先进行二值化检测边缘-hough u53D8 u6362 u68C0 u6D4B u692D u5706 uFF0C u5148 u8FDB u884C u4E8C u503C u5316 u68C0 u6D4B u8FB9 u7F18
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1551
    • 提供者:Jack
« 12 3 »
搜珍网 www.dssz.com